-
Notifications
You must be signed in to change notification settings - Fork 0
docs: 로그인 로그아웃 api docs 추가 #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Caution Review failedThe pull request is closed. Walkthrough문서화가 강화되어 인증 및 지출 API의 AsciiDoc 문서에 로그아웃과 이미지 URL 수정 관련 설명이 추가되었습니다. 메인 인덱스 문서에 인증 문서가 포함되었고, REST Docs 테스트 코드에서 쿠키와 관련된 문서화가 개선되었습니다. 일부 테스트에 REST Docs 연동이 추가되었습니다. Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant API
participant Kakao
Client->>API: 로그아웃 요청 (서비스)
API-->>Client: 로그아웃 응답 (성공/실패)
Client->>API: 로그아웃 요청 (카카오)
API->>Kakao: 카카오 로그아웃 처리
Kakao-->>API: 카카오 로그아웃 결과
API-->>Client: 로그아웃 응답 (카카오)
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (5)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
📝 테스트 커버리지 리포트입니다!
|
#️⃣연관된 이슈
🔀반영 브랜치
feat/#140-kakao-login
🔧변경 사항
💬리뷰 요구사항(선택)
Summary by CodeRabbit
Documentation
Tests